<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>2</cardCount>
<cardID>2854</cardID>
<listID>2214</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on OpenStackglobal s1,s2,s3,s4,s5global q1,q2,q3,q4,q5global d1,d2,d3,d4,d5global r1,r2,r3,r4,r5global invflgglobal ipjnm,ipjnoglobal icust,idate,inoglobal itl,iadd,icty,iprov,icodeglobal amount,taxcreate menu "summary"put "information,main menu" into menu "summary" with ¬menumsg "doInfo,doMain"if invflg = "yes" thendoMenu "New Card"put idate into bg field dateput icust into bg field custnoput ino into bg field 7put amount into bg field 14put tax into bg field 15put "no" into invflgend ifend openStackon closeStackreset menubarend closeStackon doInfoplay "boing"lock screenshow bg field "info"unlock screen with iris openwait until the mouseClicklock screenhide bg field "info"unlock screen with iris closeend doInfoon doMaingo to stack "inv_application"end doMainon CloseStackreset menubarend CloseStack</script>